home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 84
/
MOBICLIC 84.ISO
/
pc
/
DATA
/
INTRO
/
INTRO.dir
/
00004_Script_CHARGEMENT DES XTRAS
< prev
next >
Wrap
Text File
|
2006-02-09
|
4KB
|
90 lines
global gLien
-----------------------------------------
on exitFrame me
zeLabel = the frameLabel
case(gLien) of
"\" :-- Windows
case(zeLabel) of
1:
openXlib the pathName & "XTRAS\SPECIAL XTRAS Win\FileXtra4.x32"
openXlib the pathName & "XTRAS\SPECIAL XTRAS Win\AudioXtra.x32"
openXlib the pathName & "XTRAS\SPECIAL XTRAS Win\resaudio.x32"
openXlib the pathName & "XTRAS\SPECIAL XTRAS Win\JPEGXtra.x32"
openXlib the pathName & "XTRAS\SPECIAL XTRAS Win\PrintOMatic MX.x32"
2:
openXlib the pathName & "XTRAS\FileIo.x32"
openXlib the pathName & "XTRAS\Cursor Asset.x32"
openXlib the pathName & "XTRAS\Cursor Options.x32"
openXlib the pathName & "XTRAS\MPEG 3 Import Export.x32"
3:
openXlib the pathName & "XTRAS\Flash Agent.x32"
openXlib the pathName & "XTRAS\Flash Asset Options.x32"
openXlib the pathName & "XTRAS\Flash Asset.x32"
openXlib the pathName & "XTRAS\INetURL.x32"
4:
openXlib the pathName & "XTRAS\Font Asset Dialog.x32"
openXlib the pathName & "XTRAS\Font Asset.x32"
openXlib the pathName & "XTRAS\Font Xtra.x32"
openXlib the pathName & "XTRAS\Mix Services.x32"
5:
openXlib the pathName & "XTRAS:TextAuth.x32"
openXlib the pathName & "XTRAS:Text Asset.x32"
openXlib the pathName & "XTRAS:TextXtra.x32"
end case
":":-- Mac
case(zeLabel) of
1:
case(value(the productVersion.char[1]) < 9) of
0:-- ΘxΘcutable MX (director 9 et plus)
openXlib the pathName & "XTRAS:SPECIAL XTRAS Mac OSX:FileXtra4 (Carbon)"
openXlib the pathName & "XTRAS:SPECIAL XTRAS Mac OSX:Audio Xtra"
openXlib the pathName & "XTRAS:SPECIAL XTRAS Mac OSX:JPEGXtra.carb"
openXlib the pathName & "XTRAS:SPECIAL XTRAS Mac OSX:PrintOMatic MX"
1:-- ΘxΘcutable Director non MX (version 8.5 au plus)
end case
2:
case(value(the productVersion.char[1]) < 9) of
0:-- ΘxΘcutable MX (director 9 et plus)
openXlib the pathName & "XTRAS:FileIO PPC Xtra"
openXlib the pathName & "XTRAS:Cursor Asset"
openXlib the pathName & "XTRAS:Cursor Options"
openXlib the pathName & "XTRAS:MPEG 3 Import Export"
1:-- ΘxΘcutable Director non MX (version 8.5 au plus)
end case
3:
case(value(the productVersion.char[1]) < 9) of
0:-- ΘxΘcutable MX (director 9 et plus)
openXlib the pathName & "XTRAS:Flash Agent"
openXlib the pathName & "XTRAS:Flash Asset Options PPC"
openXlib the pathName & "XTRAS:Flash Asset PPC"
openXlib the pathName & "XTRAS:InetUrl PPC Xtra"
1:-- ΘxΘcutable Director non MX (version 8.5 au plus)
end case
4:
case(value(the productVersion.char[1]) < 9) of
0:-- ΘxΘcutable MX (director 9 et plus)
openXlib the pathName & "XTRAS:Font Asset Dialog"
openXlib the pathName & "XTRAS:Font Asset PPC"
openXlib the pathName & "XTRAS:Font Xtra PPC"
openXlib the pathName & "XTRAS:Mix Services"
1:-- ΘxΘcutable Director non MX (version 8.5 au plus)
end case
5:
case(value(the productVersion.char[1]) < 9) of
0:-- ΘxΘcutable MX (director 9 et plus)
openXlib the pathName & "XTRAS:Text Asset Options"
openXlib the pathName & "XTRAS:TextAsset PPC"
openXlib the pathName & "XTRAS:TextXtra PPC"
1:-- ΘxΘcutable Director non MX (version 8.5 au plus)
end case
end case
end case
end